| 1. | Bill monroe represents the virtual base of bluegrass 比尔.门罗代表了肯塔基音乐的发源。 |
| 2. | Adds a vtordisp field when you have a virtual base with virtual functions 当虚拟基有虚函数时, |
| 3. | These options apply only to c code that uses virtual bases 这些选项仅适用于使用虚拟基的c + +代码。 |
| 4. | Represents the virtual base class to hold event data for wmi events 表示保存wmi事件的事件数据的虚拟基类。 |
| 5. | For example , a dynamic cast from a virtual base class to a derived class 。例如,从虚拟基类到派生类的dynamic _ cast 。 |
| 6. | Is necessary is when the only virtual function in your virtual base is a destructor 的情况是虚拟基中的唯一虚函数是析构函数。 |
| 7. | Virtual base class 虚拟基底类别 |
| 8. | The solution provides a single construction displacement adjustment , called a vtordisp field , for each virtual base of a class 指针。该解决方案向类的各个虚拟基提供称作vtordisp字段的单个构造置换调整。 |
| 9. | By default , vtordisp fields are introduced whenever the code defines user - defined constructors and destructors and also overrides virtual functions of virtual bases 默认情况下,每当代码定义用户定义的构造函数和析构函数并且还重写虚拟基的虚函数时,引入vtordisp字段。 |
| 10. | To change the data and behavior of a base class , you have two choices : you can replace the base member with a new derived member , or you can override a virtual base member 若要更改基类的数据和行为,您有两种选择:可以使用新的派生成员替换基成员,或者可以重写虚拟的基成员。 |